home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / artef.dxr / 00183.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  194 b   |  11 lines

  1. on mouseUp
  2.   global contas, Gmovie, donde1
  3.   if contas = 0 then
  4.     set contas to 1
  5.     callwww("http://www.sfo.com/~bk/amorphic", donde1)
  6.   else
  7.     set contas to 0
  8.     go("ecr3")
  9.   end if
  10. end
  11.